type context.withoutCancelCtx

8 uses

	context (current package)
		context.go#L575: 	return withoutCancelCtx{parent}
		context.go#L578: type withoutCancelCtx struct {
		context.go#L582: func (withoutCancelCtx) Deadline() (deadline time.Time, ok bool) {
		context.go#L586: func (withoutCancelCtx) Done() <-chan struct{} {
		context.go#L590: func (withoutCancelCtx) Err() error {
		context.go#L594: func (c withoutCancelCtx) Value(key any) any {
		context.go#L598: func (c withoutCancelCtx) String() string {
		context.go#L774: 		case withoutCancelCtx: